projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334e7c2
)
* Makefile.in (mkdir): Make all the directories in locallisppath.
author
Jim Blandy
<jimb@redhat.com>
Wed, 26 May 1993 21:50:00 +0000
(21:50 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 26 May 1993 21:50:00 +0000
(21:50 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 7b00ca8c3da133e877f06a4c5f79a1f6cf772cbb..83c27e01a1f78b26bd9f8dae7d5695bd9cc9718c 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-381,7
+381,8
@@
do-install: mkdir
### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
mkdir: FRC
./lib-src/make-path ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
- ${bindir} ${datadir} ${libdir} ${sitelisp}
+ ${bindir} ${datadir} ${libdir} \
+ `echo ${locallisppath} | sed 's/:/ /'`
chmod 777 ${COPYDESTS} ${lockdir}
FRC: